home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / maredos2.zip / MAILRED.INI < prev    next >
Text File  |  1996-05-22  |  3KB  |  118 lines

  1. ; drive or path where your mail database is located
  2. MailDrive=M
  3.  
  4. ; Mailbox which MailRed should use. Its the mailbox you created
  5. MailBox=MailRed
  6.  
  7. ; password for the mailbox above
  8. Password=PASSWORD
  9.  
  10. ; Address of MailRed's Admin ( shoud be a human person )
  11. Admin=YOURNETWORK/YOURPOSTOFFICE/YOURNAME
  12.  
  13. ; file which MailRed sends to the user if it receives a message with HELP
  14. ; in the subject or body of the message
  15. HelpFile=MAILRED.HLP
  16.  
  17. ; If True, MailRed will write a log file called MRYYMMDD.LOG, where YY is
  18. ; the year, MM is the month and DD is the day
  19. WriteLogFile=True
  20.  
  21. ; path where MailRed will write the log file. If empty, MailRed
  22. ; writes the log into the directory where MailRed.EXE resides
  23. LogPath=
  24.  
  25. ; If True, MailRed displays and log everything, whereas if False, it will
  26. ; display and log only if there is a real action
  27. Verbose=True
  28.  
  29. ; If <logical> is True, MailRed will write a statistic file called
  30. ; MRYYMMDD.CSV, where YY is the year, MM is the month and DD is the day
  31. WriteStatisticFile=True
  32.  
  33. ; path where MailRed will write the statistic file. If empty, MailRed
  34. ; writes the statistic into the directory where MailRed.EXE resides
  35. StatisticPath=
  36.  
  37. ; Language which MaiLRed uses for all its messages and log files
  38. ; Supported values are
  39. ; ENG      English
  40. ; DEU      German
  41. ; FRA      French
  42. Language=ENG
  43.  
  44.  
  45. ; If True, MailRed will check each redirection for an infinite loop and
  46. ; will send a message to Admin if it detects one
  47. DetectInfiniteLoop=False
  48.  
  49.  
  50. ; If True, MailRed will send a CC to admin for every system message sent
  51. ; to a user (status sheet and so on)
  52. InfoMsgAsCCToAdmin=True
  53.  
  54. ; If False , MailRed will check if the sender address is the same as the
  55. ; redirection address
  56. RedirToSender=False
  57.  
  58. ; If True, MailRed will not redirect the header of a message
  59. DestroyMailHeader=True
  60.  
  61. ; If True, MailRed will add a short header to every redirected message
  62. AddRedirHeader=True
  63.  
  64. ; If False, MailRed will supress the CC's in the header of the message
  65. AddRedirHeaderCC=True
  66.  
  67. ; If True, MailRed will try to do a fast redirection
  68. FastRedir=False
  69.  
  70. ; If True, MailRed will convert STATUS ALL messages to a file and send
  71. ; it as an attachment
  72. StatusAllAsFile=False
  73.  
  74. ; If given, MailRed will not redirect any messages to this gateway
  75. ; ExcludeGateway=FAX
  76. ; ExcludeGateway=MHS
  77. ; ExcludeGateway=SMTP
  78.  
  79.  
  80. ; If <given, MailRed will notsend absent messages to this gateway
  81. ; AbsentExcludeGateway=FAX
  82. ; AbsentExcludeGateway=MHS
  83. ; AbsentExcludeGateway=SMTP
  84.  
  85.  
  86. ; If given, MailRed will not send absent messages to this address
  87. ; AbsentExcludeAddress=SMTP:MSMAIL-L@YaleVM.CIS.Yale.Edu
  88.  
  89. ; Minutes that MailRed waits before sending a second absent notification
  90. ; to the same address.
  91. SendAbsentEvery=0
  92.  
  93. ; MailRed will not redirect the messages with a subject
  94. ; ExcludeSubject=confidential
  95. ; ExcludeSubject=secret
  96.  
  97.  
  98. ; If True, MailRed will run only a single cycle
  99. SingleCycle=False
  100.  
  101. ; Seconds that MailRed waits between processing messages
  102. Interval=300
  103.  
  104. ; Time when MailRed stops working and exits
  105. ; The format of time is HH:MM
  106. ; BreakTime=14:00
  107.  
  108.  
  109. ; Time and day relative to the start of MailRed, when MailRed stops
  110. ; working and exits
  111. ; The format of time is DD:HH:MM , where DD: is optional.
  112. ; BreakRelative=02:00
  113. ; BreakRelative=07:01:00
  114.  
  115. ; If is True, use black and white for screen output
  116. ScreenMono=False
  117.  
  118.